CRMOrgGraphicBlock object

The CRMOrgGraphicBlock object is an implementation of CRMGraphicBlock object. Use CRMOrgGraphicBlock for organizational charting. The most common use is to display an employee hierarchy for a company. You can pass data to the diagram from an ASP page or from a table. You can set parameters to describe the look of the diagram. The organizational graphic is recreated every time it's requested and can therefore be based on real time data.

Syntax to initiate this block:

OrgGraph = CRM.GetBlock('orgchart');